projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
374daba
)
Show how to add wait-for-wm to frame's parameter list.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Jul 2001 06:44:35 +0000
(06:44 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 18 Jul 2001 06:44:35 +0000
(06:44 +0000)
etc/PROBLEMS
patch
|
blob
|
history
diff --git
a/etc/PROBLEMS
b/etc/PROBLEMS
index c43da95db91bd4dfe973bde298f2c18d5ba85bfb..bc53d24955d5df2306a69138308a94572e7e3849 100644
(file)
--- a/
etc/PROBLEMS
+++ b/
etc/PROBLEMS
@@
-12,8
+12,12
@@
A workaround for this is to add something like
emacs.waitForWM: false
-to your X resources. or to add `(wait-for-wm . nil)' to a frame's
-parameter list.
+to your X resources. Alternatively, add `(wait-for-wm . nil)' to a
+frame's parameter list, like this:
+
+ (modify-frame-parameters nil '((wait-for-wm . nil)))
+
+(this should go into your `.emacs' file).
* Underlines appear at the wrong position.